home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / protect_the_fire.swf / scripts / frame_30 / DoAction.as
Text File  |  2007-01-15  |  231b  |  16 lines

  1. aiAcc = "100" - eval("/:gLevel") * "2";
  2. if(aiAcc < "10")
  3. {
  4.    aiAcc = "10";
  5. }
  6. team1 = "3";
  7. team2 = "3";
  8. rafts = team1 + team2;
  9. first = "1";
  10. freeforall = "0";
  11. whosturn = "1";
  12. tellTarget("turn")
  13. {
  14.    gotoAndStop(1);
  15. }
  16.